home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / scorched.swf / scripts / DefineButton2_230 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-04-12  |  181 b   |  9 lines

  1. on(press){
  2.    _root.player1head = _root.player1head + 1;
  3.    if(_root.player1head > 23)
  4.    {
  5.       _root.player1head = 23;
  6.    }
  7.    _root.player1h.gotoAndStop(player1head);
  8. }
  9.